added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBGDIPlusManipulateImage / VBGDIPlusManipulateImage.vbproj
blob0fcd28dd9f2aef2fba1b2f432cc906e162f35de3
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{7E12A14A-7E0D-407A-9C53-42ADF27FF318}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>VBGDIPlusManipulateImage</RootNamespace>
11     <AssemblyName>VBGDIPlusManipulateImage</AssemblyName>
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13     <OptionExplicit>On</OptionExplicit>
14     <OptionCompare>Binary</OptionCompare>
15     <OptionStrict>Off</OptionStrict>
16     <OptionInfer>On</OptionInfer>
17     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18     <FileAlignment>512</FileAlignment>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <PlatformTarget>x86</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>..\Debug\</OutputPath>
26     <DefineDebug>true</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <ErrorReport>prompt</ErrorReport>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31     <PlatformTarget>x86</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>..\Release\</OutputPath>
35     <DefineDebug>false</DefineDebug>
36     <DefineTrace>true</DefineTrace>
37     <ErrorReport>prompt</ErrorReport>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
40     <DebugSymbols>true</DebugSymbols>
41     <OutputPath>..\Debug\</OutputPath>
42     <DefineDebug>true</DefineDebug>
43     <DefineTrace>true</DefineTrace>
44     <DebugType>full</DebugType>
45     <PlatformTarget>AnyCPU</PlatformTarget>
46     <CodeAnalysisLogFile>bin\Debug\CSGDIPlusManipulateImage.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
49     <ErrorReport>prompt</ErrorReport>
50     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
53     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
55   </PropertyGroup>
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
57     <OutputPath>..\Release\</OutputPath>
58     <DefineDebug>false</DefineDebug>
59     <DefineTrace>true</DefineTrace>
60     <Optimize>true</Optimize>
61     <DebugType>pdbonly</DebugType>
62     <PlatformTarget>AnyCPU</PlatformTarget>
63     <CodeAnalysisLogFile>bin\Release\CSGDIPlusManipulateImage.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
66     <ErrorReport>prompt</ErrorReport>
67     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
70     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
72   </PropertyGroup>
73   <PropertyGroup>
74     <StartupObject>VBGDIPlusManipulateImage.My.MyApplication</StartupObject>
75   </PropertyGroup>
76   <PropertyGroup>
77     <MyType>WindowsForms</MyType>
78   </PropertyGroup>
79   <ItemGroup>
80     <Reference Include="System" />
81     <Reference Include="System.Drawing" />
82     <Reference Include="System.Windows.Forms" />
83   </ItemGroup>
84   <ItemGroup>
85     <Import Include="Microsoft.VisualBasic" />
86     <Import Include="System.Collections.Generic" />
87     <Import Include="System.Diagnostics" />
88     <Import Include="System.Drawing" />
89     <Import Include="System.Windows.Forms" />
90     <Import Include="System.Linq" />
91     <Import Include="System" />
92   </ItemGroup>
93   <ItemGroup>
94     <Compile Include="ImageManipulator.vb" />
95     <Compile Include="MainForm.vb">
96       <SubType>Form</SubType>
97     </Compile>
98     <Compile Include="MainForm.Designer.vb">
99       <DependentUpon>MainForm.vb</DependentUpon>
100     </Compile>
101     <Compile Include="My Project\Application.Designer.vb">
102       <AutoGen>True</AutoGen>
103       <DependentUpon>Application.myapp</DependentUpon>
104     </Compile>
105     <Compile Include="My Project\AssemblyInfo.vb" />
106     <Compile Include="My Project\Resources.Designer.vb">
107       <AutoGen>True</AutoGen>
108       <DesignTime>True</DesignTime>
109       <DependentUpon>Resources.resx</DependentUpon>
110     </Compile>
111     <EmbeddedResource Include="MainForm.resx">
112       <DependentUpon>MainForm.vb</DependentUpon>
113     </EmbeddedResource>
114     <EmbeddedResource Include="My Project\Resources.resx">
115       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
116       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
117       <CustomToolNamespace>My.Resources</CustomToolNamespace>
118     </EmbeddedResource>
119   </ItemGroup>
120   <ItemGroup>
121     <None Include="Resources\SkewUp.png" />
122     <None Include="Resources\SkewDown.png" />
123     <None Include="Resources\SkewRight.png" />
124     <None Include="Resources\SkewLeft.png" />
125     <None Include="My Project\Application.myapp">
126       <Generator>MyApplicationCodeGenerator</Generator>
127       <LastGenOutput>Application.Designer.vb</LastGenOutput>
128     </None>
129     <Content Include="OneCodeIcon.png">
130       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
131     </Content>
132     <Content Include="Readme.txt" />
133     <None Include="Resources\Amplify.png" />
134     <None Include="Resources\Micrify.png" />
135     <None Include="Resources\MoveRight.png" />
136     <None Include="Resources\MoveLeft.png" />
137     <None Include="Resources\MoveDown.png" />
138     <None Include="Resources\MoveUp.png" />
139     <None Include="Resources\FlipVertical.png" />
140     <None Include="Resources\RotateRight.png" />
141     <None Include="Resources\RotateLeft.png" />
142     <None Include="Resources\FlipHorizontal.png" />
143   </ItemGroup>
144   <ItemGroup />
145   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
146   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147        Other similar extension points exist, see Microsoft.Common.targets.
148   <Target Name="BeforeBuild">
149   </Target>
150   <Target Name="AfterBuild">
151   </Target>
152   -->
153 </Project>